feature/15 auth api security minimum#29
Merged
soyeonkim8888 merged 8 commits intoAug 29, 2025
Merged
Conversation
meraki6512
requested changes
Aug 28, 2025
Contributor
meraki6512
left a comment
There was a problem hiding this comment.
리뷰 완료했습니다.
아래 두 개 파일에 커멘트 달아뒀습니다.
- src/main/java/com/issueDive/entity/User.java
- src/main/resources/application-dev.properties
…2/chore/32-docker-ci-setup Chore/32 docker ci setup
# Conflicts: # .gitignore # build.gradle # src/main/java/com/example/issueDive/entity/User.java # src/main/java/com/example/issueDive/exception/GlobalExceptionHandler.java # src/main/java/com/example/issueDive/repository/UserRepository.java # Conflicts: # src/main/java/com/issueDive/controller/AuthController.java # src/main/java/com/issueDive/dto/LoginRequestDTO.java # src/main/java/com/issueDive/dto/UserRequestDTO.java # src/main/java/com/issueDive/dto/UserResponseDTO.java # src/main/java/com/issueDive/exception/AuthenticationFailedException.java # src/main/java/com/issueDive/exception/BaseException.java # src/main/java/com/issueDive/exception/DuplicateEmailException.java # src/main/java/com/issueDive/exception/UserNotFoundException.java # src/main/java/com/issueDive/service/UserService.java
…rePersist/@PreUpdate 적용 # Conflicts: # .gitignore
4570db4 to
b5dfee5
Compare
…시 HTML 로그인폼 대신 JSON 응답 반환되도록 수정- CSRF 비활성화 및 formLogin 제거- GlobalExceptionHandler 중복 메서드 제거
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
연관된 이슈
작업 내용
📸 스크린샷 (선택)
PR 유형
리뷰 요구사항(선택)
PR Checklist
mainbranch가 아닌devbranch에 PR 요청을 했습니다. (main branch에 바로 PR&merge하지 않기).